From: Richard M. Stallman Date: Wed, 14 Apr 1993 19:47:05 +0000 (+0000) Subject: (makefile-mode): Fix typo in autoload cookie. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96526 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5c2946c73b11d9eedc7527d7353b55a7b8988ca7;p=emacs.git (makefile-mode): Fix typo in autoload cookie. --- diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index 92b3a9d75e1..928f8243b3b 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el @@ -6,7 +6,7 @@ ;; Adapted-By: ESR ;; Keywords: unix, tools -;; $Id: makefile.el,v 1.4 1993/03/22 03:27:18 eric Exp eric $ +;; $Id: makefile.el,v 1.5 1993/03/28 06:24:54 eric Exp rms $ ;; This file is part of GNU Emacs. @@ -313,7 +313,7 @@ This is used in the function makefile-insert-gmake-function .") ;;; The mode function itself. ;;; ------------------------------------------------------------ -;;;#autoload +;;;###autoload (defun makefile-mode () "Major mode for editing Makefiles. Calling this function invokes the function(s) \"makefile-mode-hook\" before